home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 1 / Assassins - Ultimate CD Games Collection (1994)(Weird Science)(Track 1 of 2)[!][Amiga-CD32-CDTV][CDD5332].iso / instructions / puzzles / xatoms < prev   
Text File  |  1993-07-22  |  3KB  |  86 lines

  1. /*******************************************************************\
  2. *                                                                   *
  3. *                                                                   *
  4. *                     EXPLODING ATOMS - DOCUMENTATION               *
  5. *                                                                   *
  6. *       Copyright 1993 Misoftware computing and Pavel Ruzicka       *
  7. *                                                                   *
  8. *                                                                   *
  9. \*******************************************************************/
  10.  
  11.  
  12. RULES:
  13.  
  14.      XAtoms  is  a  logical  game  for  two  players (for now?).  The
  15. objective is to destroy all the enemy's atoms and save your own.  The
  16. playground contains sixty-four fields, each containing a nucleus.  At
  17. the  start,  there're  all  sixty-four nuclei neutral (they have grey
  18. colour).   After  start  the first player can add one electron to any
  19. atom.   Nucleus will have the same colour as the electrons around it.
  20. Now  the  second player should draw.  He/she can add an electron only
  21. to  sixty-three  atoms, because it isn't possible to add electrons to
  22. enemy's  atoms  -  only  to  neutral or your atoms.  If the number of
  23. electrons  around any atom reaches the number of adjoining atoms, the
  24. atom  explodes and radiates out its electrons.  If all electrons from
  25. the  atom are radiated out, it becomes neutral.  Atoms which received
  26. electron(s)  by  this way, will change their colour to the electron's
  27. one.   It's the only one legal way to gain enemy's atoms.  Of course,
  28. there's  a  critical  number of electrons.  If you reach this amount,
  29. never-ending  reaction  will start...  In this case, the program will
  30. stop the reaction if one player loses all his atoms.
  31.  
  32.  
  33. CONTROL:
  34.  
  35.      In  main  control mode  (it is indicated by light grey colour of
  36. mouse  pointer)  you  can quit the program by pressing the ESC key or
  37. start the game by the left mousebutton.
  38.  
  39.      Control in the game mode: 
  40.            Abort the game by the ESC key
  41.            Add one electron by the left mousebutton
  42.            Change animation speed by pressing the right mouse button
  43.                     
  44.  
  45.      Warning - you can control the game only if there isn't reaction
  46.            running (no atoms currently exploding).
  47.  
  48.  
  49. GRAPHICS:
  50.  
  51.      The  current  player  is indicated by a mouse picture drawn near
  52. its  score  (score = number of his/her atoms).  If someone wins, this
  53. picture will change to a smiling face.
  54.  
  55.  
  56. CREDITS:
  57.  
  58.     Programming        Misoftware computing
  59.     Graphics           Pavel Ruzicka
  60.     Original idea      TWI of Druid
  61.  
  62.      The  authors  would  like to send many thanks to all testers and
  63. many other persons.
  64.  
  65.  
  66. COPYRIGHT NOTE:
  67.  
  68.      This  program is FREEWARE - You can freely copy it, but you must
  69. not  sell  it.   The  authors  are  not  responsible for any moral or
  70. physical loss or damage in consequence of playing this game.
  71.  
  72.  
  73. BUG REPORTS:
  74.  
  75.      Send bug reports, improvement ideas, flames, etc. to:
  76.             Michal Kara
  77.             Krosenska 543
  78.             Praha 8 - Troja
  79.             181 00
  80.             CZECH REPUBLIC
  81.      Internet E-mail:
  82.             lemming@k332.feld.cvut.cz
  83.  
  84. (Please  be  patient  with reply to Your letters, I may read the mail
  85. only once a week).
  86.